home *** CD-ROM | disk | FTP | other *** search
/ Level Pack for Grand Prix 2 / Level Pack for Grand Prix 2.iso / setview / settext.txt < prev    next >
Text File  |  1996-12-30  |  2KB  |  39 lines

  1.            SETUP UTILITIES FOR GRAND PRIX 2
  2.                     version 0.1 by Samuli Takala
  3.  
  4.  
  5. This package may be copied and transferred freely as long as:
  6.  1)  All the files are present (SETTEXT.TXT, SET2TEXT.EXE TEXT2SET.EXE
  7.      CWSDPMI.EXE) and are unmodified.
  8.  2)  No money is charged for doing so.
  9.  
  10. DISCLAIMER: The author may not be held responsible for any damage or
  11. loss of profit these programs may cause you. Use them at your own risk.
  12.  
  13. Setup Utilities contain two programs, SET2TEXT and TEXT2SET, that make
  14. sending GP2 car setups easier over the Internet.
  15.  
  16. SET2TEXT <setup-file> [> textfile]
  17. SET2TEXT converts the setup-file to a text file, which is easy to read.
  18. It writes the textfile to standard output, which can be directed to file.
  19.  
  20. EXAMPLE: to convert qual.csa for sending over email:
  21. SET2TEXT qual.csa > brazqual.txt
  22.  
  23. TEXT2SET <textfile> <setupfile>
  24. TEXT2SET converts the textfile generated with SET2TEXT back to GP2 setup
  25. file. The textfile may contain any number of lines before and/or after
  26. the actual setup information so that you don't have to edit the email
  27. or news article where you got the setup. The setup lines however must be
  28. in the exact form generated by SET2TEXT. If a file contains multiple setups,
  29. only the first one is converted.
  30.  
  31. EXAMPLE: To convert brazqual.txt back to setupfile:
  32. TEXT2SET brazqual.txt brazqual.csa
  33.  
  34. Known bugs/features:
  35.  - When looking at the file info box inside GP2, setups produced by
  36.    TEXT2SET always show up as Interlagos settings, even when the
  37.    filesuffix is not .csa. This isn't a problem as the '1 track only'
  38.    feature of GP2 looks at the suffixes only.
  39.